Skip to main content

selectionChanged

Type

message

Summary

Sent whenever the user changes the selection through some sort of user interaction.

Syntax

on selectionChanged pHilitedIndexes, pPreviouslyHilitedIndexes

Description

Sent whenever the user changes the selection through some sort of user interaction. Handle this message in order to update your UI when the user makes a selection.

Examples

on selectionChanged pHilitedIndex, pPrevHilitedIndex 
put the dgDataOfIndex [ pHilitedIndex ] of me into theSelDataA
uiViewRecordOfID theSelDataA["id"]
end selectionChanged
Thank you for your feedback!

Was this page helpful?